home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_axctrnm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-20  |  1.9 KB  |  64 lines

  1. /*===================================================================
  2. Microsoft Denali
  3.  
  4. Microsoft Confidential.
  5. Copyright 1996 Microsoft Corporation. All Rights Reserved.
  6.  
  7. Component: Main
  8.  
  9. File: axctrnm.h
  10.  
  11. Owner: LeiJin
  12.  
  13.  
  14.   Abstract:
  15.  
  16.   Offset definition file for counter objects and counters.
  17.  
  18.   These relative offsets must start at 0 and be multiples of 2. (i.e.)
  19.   even numbers). In the Open Procedure, they will be added to the "First 
  20.   Counter" and "First Help" values for the device they belong to, in order
  21.   to determine the absolute location of the counter and object names and 
  22.   corresponding Explain text in the registry.
  23.  
  24.   This file is used by the extensible counter DLL code as well as the 
  25.   counter name and Explain text definition (.INI) file that is used
  26.   by LODCTR to load the names into the registry.
  27. ===================================================================*/
  28.  
  29. #define AXSOBJ              0
  30. #define DEBUGDOCREQ      2
  31. #define REQERRRUNTIME    4
  32. #define REQERRPREPROC    6
  33. #define REQERRCOMPILE    8
  34. #define REQERRORPERSEC   10
  35. #define REQTOTALBYTEIN   12
  36. #define REQTOTALBYTEOUT  14
  37. #define REQEXECTIME      16
  38. #define REQWAITTIME      18
  39. #define REQCOMFAILED     20
  40. #define REQBROWSEREXEC   22
  41. #define REQFAILED        24
  42. #define REQNOTAUTH       26
  43. #define REQNOTFOUND      28
  44. #define REQCURRENT       30
  45. #define REQREJECTED      32
  46. #define REQSUCCEEDED     34
  47. #define REQTIMEOUT       36
  48. #define REQTOTAL         38
  49. #define REQPERSEC        40
  50. #define SCRIPTFREEENG    42
  51. #define SESSIONLIFETIME  44
  52. #define SESSIONCURRENT   46
  53. #define SESSIONTIMEOUT   48
  54. #define SESSIONSTOTAL    50
  55. #define TEMPLCACHE       52
  56. #define TEMPLCACHEHITS   54
  57. #define TEMPLCACHETRYS   56
  58. #define TEMPLFLUSHES     58
  59. #define TRANSABORTED     60
  60. #define TRANSCOMMIT      62
  61. #define TRANSPENDING     64
  62. #define TRANSTOTAL       66
  63. #define TRANSPERSEC      68
  64.